home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RTVBE210.ZIP / VESA2.NFO < prev    next >
Text File  |  1997-01-06  |  2KB  |  70 lines

  1. ---------------------------------------------------------------
  2.    VESA 2.00 Programming Developpement Kit v2.10
  3.    Coding by Execom of Realtech 
  4.    (stedenis@worldnet.fr or http://worldnet.net/~stedenis)
  5. ---------------------------------------------------------------
  6.  
  7. a) In a nutshell ...
  8. ---------------------------------------------------------------
  9.      
  10.      VESA 2.00 permits you to work directly in Video without any slowing
  11. banks switching or other. Now, you have a normal memory pointer is mapped
  12. like a huge array (kull!)
  13.  
  14.  
  15. b) Hi there! Hum let's see what going on
  16. ----------------------------------------------------------------
  17.  
  18.  
  19.  v2.10 (Christmas release)
  20.        Bug fixed version.
  21.        New initialization.
  22.        Directories and .Lib.
  23.        GIFT! : With Uvbelib (no need to install univbe 5.2 in memory)
  24.        Include Uvbelib.lib 5.2  : copy you univbe.drv in this path for using
  25.        the build in univbe :)
  26.  
  27.  v2.02 Optimized Julia rendering + timer (4230 ms on 486DX4/120-Tseng4000W32)
  28.  
  29.  v2.01 Fixed the scanline function. Set the right scanline length
  30.        (on Matrox Millenium 800x600x8 has a 960 pixel scanline length 
  31.         instead of 800 !. So it fix it)
  32.  
  33.  v2.00 - Compatibility with DJGPP v2.00 (*nearly* all DPMI functions has been
  34.        rewritten)
  35.        - Clearer code
  36.        New email : stedenis@worldnet.fr
  37.  
  38.        *** No more base selector ***
  39.        
  40.        You can write and read without specificing remapped selector.
  41.        Use the address given in VESA.Map
  42.  
  43.        It improves speed on Pentium (1 cycle was previously lost 
  44.        for 16bit overriding), And code size (1 byte :)
  45.  
  46.  v1.05 Fixed some bugs in initialization mode. You should use DOS4GW v1.95
  47.        at least (some DPMI functions doesn't exists above)
  48.  
  49.  v1.00 First version
  50.  
  51.  
  52. c) CopyRight
  53. ----------------------------------------------------------------
  54.     This kit is free, but you mustn't change anything in this package!
  55.     A credits is welcome if you're using in your program.
  56.  
  57. d) Get started
  58. ----------------------------------------------------------------
  59.     Go on .\sample directory and type wmake
  60.     type cd .. to get the vesa2.exe. 
  61.     If you have univbe 5.2, copy the univbe.drv with the same path as the vesa2.exe
  62.     You can modify rtvbelib in the .\rtvbelib path
  63.  
  64.  
  65.  
  66. Happy Coding;
  67.  
  68. ExEcOm
  69.  
  70.